Index: test/cctest/test-parsing.cc |
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc |
index 6f394b672f63cedd72a4c826185c77383b99bb76..1b6e4ab9a15089a14edf578c2394af4e6728b866 100755 |
--- a/test/cctest/test-parsing.cc |
+++ b/test/cctest/test-parsing.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2012 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -230,7 +230,7 @@ TEST(Preparsing) { |
CHECK_EQ(11, error_location.end_pos); |
// Should not crash. |
const char* message = pre_impl->BuildMessage(); |
- i::Vector<const char*> args(pre_impl->BuildArgs()); |
+ pre_impl->BuildArgs(); |
CHECK_GT(strlen(message), 0); |
} |