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

Unified Diff: third_party/yasm/patched-yasm/modules/parsers/nasm/tests/Makefile.inc

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 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
Index: third_party/yasm/patched-yasm/modules/parsers/nasm/tests/Makefile.inc
===================================================================
--- third_party/yasm/patched-yasm/modules/parsers/nasm/tests/Makefile.inc (revision 71129)
+++ third_party/yasm/patched-yasm/modules/parsers/nasm/tests/Makefile.inc (working copy)
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc 2191 2009-03-25 03:42:05Z peter $
+# $Id: Makefile.inc 2323 2010-05-16 03:37:00Z peter $
TESTS += modules/parsers/nasm/tests/nasm_test.sh
@@ -9,6 +9,9 @@
EXTRA_DIST += modules/parsers/nasm/tests/alignnop32.hex
EXTRA_DIST += modules/parsers/nasm/tests/charconstmath.asm
EXTRA_DIST += modules/parsers/nasm/tests/charconstmath.hex
+EXTRA_DIST += modules/parsers/nasm/tests/dirwarning.asm
+EXTRA_DIST += modules/parsers/nasm/tests/dirwarning.errwarn
+EXTRA_DIST += modules/parsers/nasm/tests/dirwarning.hex
EXTRA_DIST += modules/parsers/nasm/tests/dy.asm
EXTRA_DIST += modules/parsers/nasm/tests/dy.hex
EXTRA_DIST += modules/parsers/nasm/tests/endcomma.asm

Powered by Google App Engine
This is Rietveld 408576698