[tests] Remove a misplaced backslash in a grep expression.
authorVladimir Kargov <kargov@gmail.com>
Sat, 4 Feb 2017 08:35:26 +0000 (00:35 -0800)
committerVladimir Kargov <kargov@gmail.com>
Mon, 6 Feb 2017 23:51:28 +0000 (15:51 -0800)
mono/tests/Makefile.am

index 033449835be5dbba6bb69caefc6b689d4290593c..67a6f6278336c42cf67c3d8e2263e7e0f33ad23a 100644 (file)
@@ -992,7 +992,7 @@ tests: $(TESTSI_CS) $(TESTSI_IL) $(TESTBS) libtest.la prereqs $(GSHARED_TESTS)
 #
 # Test that no symbols are missed in eglib-remap.h
 #
-OK_G_SYMBOLS='g_list\|g_slist\|g_concat_dir_and_file\|g_Ctoc\'
+OK_G_SYMBOLS='g_list\|g_slist\|g_concat_dir_and_file\|g_Ctoc'
 if NACL_CODEGEN
 test-eglib-remap:
 else