mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 17:55:15 +03:00
http://bitbucket.org/verateam/vera tool for verification, analysis and transformation of C++ source code
34 lines
698 B
Diff
34 lines
698 B
Diff
--- a/tests/CMakeLists.txt
|
|
+++ b/tests/CMakeLists.txt
|
|
@@ -586,31 +586,6 @@
|
|
63: full block {} expected in the control structure
|
|
64: full block {} expected in the control structure")
|
|
|
|
-vera_add_test(RuleDUMP
|
|
- "" "Tokens in file ${CMAKE_CURRENT_SOURCE_DIR}/T017.cpp:
|
|
-1/0\tnamespace\tnamespace
|
|
-1/9\tnewline\t
|
|
-
|
|
-2/0\tleftbrace\t{
|
|
-2/1\tnewline\t
|
|
-
|
|
-3/0\tcppcomment\t// some stuff here
|
|
-
|
|
-4/0\tmsext_stdcall\t__stdcall
|
|
-4/9\tnewline\t
|
|
-
|
|
-5/0\trightbrace\t}
|
|
-5/1\tnewline\t
|
|
-
|
|
-6/0\teof\t
|
|
-
|
|
-"
|
|
- "" 0
|
|
- --rule DUMP
|
|
- --root "${CMAKE_SOURCE_DIR}"
|
|
- ${CMAKE_CURRENT_SOURCE_DIR}/T017.cpp
|
|
-)
|
|
-
|
|
vera_add_test(ErrorReport
|
|
"" "" "vera++: can't read \"auie\": no such variable
|
|
while executing
|