aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/raw_ostream_test.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-04-01 21:36:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-04-01 21:36:40 +0000
commit6eb28b5237723937b2862b62348f4ad452bf2ec2 (patch)
tree1b879ffb59297c23202e6e09a922210715a82c45 /unittests/Support/raw_ostream_test.cpp
parentb035842c34668e76a0637f018a5b0157c44ccc61 (diff)
downloadexternal_llvm-6eb28b5237723937b2862b62348f4ad452bf2ec2.tar.gz
external_llvm-6eb28b5237723937b2862b62348f4ad452bf2ec2.tar.bz2
external_llvm-6eb28b5237723937b2862b62348f4ad452bf2ec2.zip
Added tests for math utility functions; fixed another test's header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/raw_ostream_test.cpp')
-rw-r--r--unittests/Support/raw_ostream_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/raw_ostream_test.cpp b/unittests/Support/raw_ostream_test.cpp
index 7b86b2341a..feb0152bbe 100644
--- a/unittests/Support/raw_ostream_test.cpp
+++ b/unittests/Support/raw_ostream_test.cpp
@@ -1,4 +1,4 @@
-//===- llvm/unittest/Support/raw_ostream.cpp - raw_ostream unit tests -----===//
+//===- llvm/unittest/Support/raw_ostream_test.cpp - raw_ostream tests -----===//
//
// The LLVM Compiler Infrastructure
//