aboutsummaryrefslogtreecommitdiff
path: root/src/amberscript/parser_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/amberscript/parser_test.cc')
-rw-r--r--src/amberscript/parser_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/amberscript/parser_test.cc b/src/amberscript/parser_test.cc
index 03f3fe8..1331960 100644
--- a/src/amberscript/parser_test.cc
+++ b/src/amberscript/parser_test.cc
@@ -302,7 +302,8 @@ void main() {
}
)";
- std::string in = "SHADER " + std::string(test_data.name) + R"( my_shader GLSL
+ std::string in = "SHADER " + std::string(test_data.name) +
+ R"( my_shader GLSL
)" + shader_result +
"END";