Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: pnacl/build.sh

Issue 110663007: PNaCl: Enable testing of computed gotos, including GCC torture tests (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Update comment Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/computed_gotos/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 9b63dc06442c786ee98019716174cd029c8a89e7..5c832593c8c5d2457f922252ea065fdec7de876e 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -2801,7 +2801,7 @@ feature-version-file-install() {
#
# If you are adding a test that depends on a toolchain change, you
# can increment this version number manually.
- echo 3 > "${INSTALL_ROOT}/FEATURE_VERSION"
+ echo 4 > "${INSTALL_ROOT}/FEATURE_VERSION"
}
# The driver is a simple python script which changes its behavior
« no previous file with comments | « no previous file | tests/computed_gotos/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698