summaryrefslogtreecommitdiff
path: root/deps/gyp/test/msvs/rules_stdout_stderr/rule_stderr.py
blob: f4860624f3daef32a3aae72b3570700643f2857e (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
# Copyright (c) 2015 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.

import sys
print >>sys.stderr, "This will go to stderr"