Skip to content

Commit 7cac0ce

Browse files
andreast271tautschnig
authored andcommitted
Prevent regression failures of cpp tests on windows.
1 parent f89a086 commit 7cac0ce

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ test_script:
8484
rmdir /s /q cpp\Decltype1
8585
rmdir /s /q cpp\Decltype2
8686
rmdir /s /q cpp\Function_Overloading1
87+
rmdir /s /q cpp\Function_Overloading2
88+
rmdir /s /q cpp\Function_Overloading3
8789
rmdir /s /q cpp\enum2
8890
rmdir /s /q cpp\enum7
8991
rmdir /s /q cpp\enum8

regression/cpp/Resolver10/main.cpp

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)