Unittests don't use deprecated APIs. Yay!
authorjochen <jochen@chromium.org>
Mon, 20 Jul 2015 06:54:54 +0000 (23:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Jul 2015 06:55:06 +0000 (06:55 +0000)
Make sure it stays that way

BUG=v8:4134
R=yangguo@chromium.org
LOG=n

Review URL: https://codereview.chromium.org/1242563003

Cr-Commit-Position: refs/heads/master@{#29741}

test/unittests/unittests.gyp

index 00658b3..1b73f20 100644 (file)
       'include_dirs': [
         '../..',
       ],
+      'defines': [
+        # TODO(jochen): Remove again after this is globally turned on.
+        'V8_IMMINENT_DEPRECATION_WARNINGS',
+      ],
       'sources': [  ### gcmole(all) ###
         'base/bits-unittest.cc',
         'base/cpu-unittest.cc',