Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
565f50731db360584d0080af7f14f0b7ca10371c
/
.
/
src
/
assembler_x86_test.cc
blob: 3c2a02d075a38b47c34bcb4e56c8d681640e4679 [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
// Author: cshapiro@google.com (Carl Shapiro)
#include
"src/assembler_x86.h"
#include
<stdio.h>
#include
"gtest/gtest.h"
TEST
(
AssemblerX86
,
Init
)
{
ASSERT_TRUE
(
true
);
}