Skip to content

Commit 0a1d300

Browse files
authored
Bump cppfront from bf5998a to a0d13e1 (#2)
2 parents 0c25e52 + dbaf2bb commit 0a1d300

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
2-
on: [ push, pull_request, workflow_dispatch ]
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
36
jobs:
47
test:
58
name: test ${{ matrix.os }}

regression-tests/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,3 @@ endfunction()
119119

120120
cppfront_tests(GROUP mixed)
121121
cppfront_tests(GROUP pure2 EXTRA_FLAGS -p)
122-
123-
##
124-
# Upstream failures
125-
126-
set_tests_properties(
127-
build/mixed-captures-in-expressions-and-postconditions
128-
PROPERTIES
129-
WILL_FAIL TRUE
130-
)

0 commit comments

Comments
 (0)