]> source.dussan.org Git - sonarqube.git/commitdiff
integration tests: avoid false positive after cpp quality profile change branch-6.4
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>
Fri, 2 Jun 2017 13:48:07 +0000 (15:48 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 3 Jun 2017 09:47:00 +0000 (11:47 +0200)
it/it-projects/plugins/project/src/cpp/HelloWorld.cpp

index c8ad9555383bc28bab57d6d01733edee661b0163..1d6ac1c64e874aa715a6cd7a2b1f6de1448e0b31 100644 (file)
@@ -3,6 +3,5 @@ using namespace std;
 int main ()
 {
    // comment
-   cout << "Hello World!";
-   return 0;
+   return 1/0;
 }