From 2f33bbae7672011287542d5f96a7ecab9b725d05 Mon Sep 17 00:00:00 2001 From: Y_Less Date: Sat, 30 Jun 2018 17:14:12 +0200 Subject: [PATCH] Fix test 217 again... --- source/compiler/tests/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/compiler/tests/CMakeLists.txt b/source/compiler/tests/CMakeLists.txt index ef77935..57538fc 100644 --- a/source/compiler/tests/CMakeLists.txt +++ b/source/compiler/tests/CMakeLists.txt @@ -16,12 +16,12 @@ endfunction() # doesn't match the expected pattern. add_compiler_test(gh_217 ${CMAKE_CURRENT_SOURCE_DIR}/gh_217.pwn) -set_tests_properties(gh_217 PROPERTIES PASS_REGULAR_EXPRESSION ".*\\.pwn\\(11\\) : warning 237: user warning: this is warning 1 -.*\\.pwn\\(13\\) : warning 237: user warning: this iswarning 2 -.*\\.pwn\\(15\\) : warning 237: user warning: this is warning 3 -.*\\.pwn\\(17\\) : warning 237: user warning: this is warning 4 -.*\\.pwn\\(27\\) : warning 234: function is deprecated \\(symbol \"f\"\\) don't use this functionplease -.*\\.pwn\\(32\\) : warning 234: function is deprecated \\(symbol \"f\"\\) don't use this functionplease +set_tests_properties(gh_217 PROPERTIES PASS_REGULAR_EXPRESSION ".*\\.pwn\\(11\\) : warning 237: user warning: this is warning 1 +.*\\.pwn\\(13\\) : warning 237: user warning: this is warning 2 +.*\\.pwn\\(15\\) : warning 237: user warning: this is warning 3 +.*\\.pwn\\(17\\) : warning 237: user warning: this is warning 4 +.*\\.pwn\\(27\\) : warning 234: function is deprecated \\(symbol \"f\"\\) don't use this function please +.*\\.pwn\\(32\\) : warning 234: function is deprecated \\(symbol \"f\"\\) don't use this function please ") add_compiler_test(reset_errline_gh_230 ${CMAKE_CURRENT_SOURCE_DIR}/reset_errline_gh_230.pwn)