summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/compiler-flags/runtime-library-mdd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/win/compiler-flags/runtime-library-mdd.cc')
-rw-r--r--deps/gyp/test/win/compiler-flags/runtime-library-mdd.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/deps/gyp/test/win/compiler-flags/runtime-library-mdd.cc b/deps/gyp/test/win/compiler-flags/runtime-library-mdd.cc
deleted file mode 100644
index 9f175e493e..0000000000
--- a/deps/gyp/test/win/compiler-flags/runtime-library-mdd.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2012 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef _MT
-#error
-#endif
-
-#ifndef _DEBUG
-#error
-#endif
-
-#ifndef _DLL
-#error
-#endif
-
-int main() {
- return 0;
-}