Skip to content

Commit 23a40ff

Browse files
andreast271tautschnig
authored andcommitted
Prevent regression failures of cpp tests on windows.
1 parent 00b31d9 commit 23a40ff

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ test_script:
8686
rmdir /s /q cpp\Decltype1
8787
rmdir /s /q cpp\Decltype2
8888
rmdir /s /q cpp\Function_Overloading1
89+
rmdir /s /q cpp\Function_Overloading2
90+
rmdir /s /q cpp\Function_Overloading3
8991
rmdir /s /q cpp\enum2
9092
rmdir /s /q cpp\enum7
9193
rmdir /s /q cpp\enum8

regression/cpp/Resolver10/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <cassert>
2-
31
struct A
42
{
53
int i;

regression/cpp/Resolver11/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <cassert>
2-
31
struct A
42
{
53
bool func() { return false; }

regression/cpp/Template_Parameters1/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#include <cassert>
2-
31
// V depends on Ty
42
template<typename Ty, Ty V>
53
class T

0 commit comments

Comments
 (0)