summaryrefslogtreecommitdiffstats
path: root/test/symbol_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 17:58:58 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 17:58:58 +0100
commit45a608b57f75a6e1f1d8f33a6423da5d4947502b (patch)
treede315f0e39b2d32697d44c4018b934e1f582fc73 /test/symbol_test.cpp
parent045ba07debf32f643f5af7a3a4ee794f226ed22e (diff)
downloadraul-45a608b57f75a6e1f1d8f33a6423da5d4947502b.tar.gz
raul-45a608b57f75a6e1f1d8f33a6423da5d4947502b.tar.bz2
raul-45a608b57f75a6e1f1d8f33a6423da5d4947502b.zip
Make namespace name lowercase
Diffstat (limited to 'test/symbol_test.cpp')
-rw-r--r--test/symbol_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symbol_test.cpp b/test/symbol_test.cpp
index e52a294..1a73903 100644
--- a/test/symbol_test.cpp
+++ b/test/symbol_test.cpp
@@ -25,7 +25,7 @@
int
main()
{
- using Symbol = Raul::Symbol;
+ using Symbol = raul::Symbol;
std::list<std::string> names;
names.emplace_back("Dry/Wet Balance");