Index: runtime/vm/ast_printer_test.cc |
diff --git a/runtime/vm/ast_printer_test.cc b/runtime/vm/ast_printer_test.cc |
index 9ac8d7293f3e6317f8b304eb0b55bdc2fd081fba..082d8dcf6a09668406fe249a2e288119934b0f89 100644 |
--- a/runtime/vm/ast_printer_test.cc |
+++ b/runtime/vm/ast_printer_test.cc |
@@ -13,7 +13,7 @@ |
namespace dart { |
TEST_CASE(AstPrinter) { |
- const intptr_t kPos = Token::kNoSourcePos; |
+ const TokenPosition kPos = TokenPosition::kNoSource; |
LocalVariable* v = |
new LocalVariable(kPos, |
String::ZoneHandle(Symbols::New("wurscht")), |