Skip to content

Commit a64aa95

Browse files
committed
Does it succeed if we don't have wrong style?
1 parent 7089759 commit a64aa95

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- BUILD_SUBDIR=${BUILD_SUBDIR:-.}
6666
- mkdir -p ${BUILD_SUBDIR} && cd ${BUILD_SUBDIR}
6767
- cmake ${TRAVIS_BUILD_DIR} -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
68+
- pwd
69+
- ls
6870
- ${TRAVIS_BUILD_DIR}/clang-tidy-diff.sh
6971
- make -j2 install
7072
- ./check.py --binaryen-bin=${BUILD_SUBDIR}/install/bin

src/passes/pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ void PassRunner::handleAfterEffects(Pass* pass, Function* func) {
698698
int PassRunner::getPassDebug() {
699699
static const int passDebug =
700700
getenv("BINARYEN_PASS_DEBUG") ? atoi(getenv("BINARYEN_PASS_DEBUG")) : 0;
701-
int WrongStyleTestVar = 3;
701+
// int WrongStyleTestVar = 3;
702702
return passDebug;
703703
}
704704

0 commit comments

Comments
 (0)