]> code.delx.au - gnu-emacs/blobdiff - test/automated/compile-tests.el
Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org
[gnu-emacs] / test / automated / compile-tests.el
index ecd0e8856f7be0ed5511f5a45ddf409481b6bdb7..9415ee3a17e8274f6eed6e5787590a290248ff8a 100644 (file)
      1 nil 23 "d:\\tmp\\test.c")
     ("d:\\tmp\\test.c(1145) : see declaration of 'nsRefPtr'"
      1 nil 1145 "d:\\tmp\\test.c")
+    ("1>test_main.cpp(29): error C2144: syntax error : 'int' should be preceded by ';'"
+     3 nil 29 "test_main.cpp")
+    ("1>test_main.cpp(29): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int"
+     3 nil 29 "test_main.cpp")
     ;; watcom
     ("..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'"
      1 nil 109 "..\src\ctrl\lister.c")