summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_user_literals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/cxx_user_literals.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_user_literals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_user_literals.cpp b/Tests/CompileFeatures/cxx_user_literals.cpp
index 9e5a588..5144204 100644
--- a/Tests/CompileFeatures/cxx_user_literals.cpp
+++ b/Tests/CompileFeatures/cxx_user_literals.cpp
@@ -1,5 +1,5 @@
-long double operator "" _meters(long double);
+long double operator"" _meters(long double);
void someFunc()
{