Jesse Wilson | c981ace | 2011-06-22 14:17:14 -0700 | [diff] [blame^] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
2 | // Author: cshapiro@google.com (Carl Shapiro) | ||||
3 | #include "src/assembler_x86.h" | ||||
4 | |||||
5 | #include <stdio.h> | ||||
6 | #include "gtest/gtest.h" | ||||
7 | |||||
8 | TEST(AssemblerX86, Init) { | ||||
9 | ASSERT_TRUE(true); | ||||
10 | } |