The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: build/pymake/tests/if-syntaxerr.mk
build/pymake/tests/if-syntaxerr.mk
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal
deleted
inserted
replaced
-1:000000000000
0:b915b8a5990a
1
#T returncode: 2
2
3
ifeq ($(FOO,VAR))
4
all:
5
@echo TEST_FAIL
6
endif