Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ama_test.cc
Go to the documentation of this file.
1// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
5#include "platform/assert.h"
6#include "platform/globals.h"
7
8#include "include/dart_api.h"
9
10#include "vm/constants.h"
11#include "vm/unit_test.h"
12
13namespace dart {
14
15TEST_CASE(AMA_Test) {
16 // NOTE: These are expectations we should strive to maintain. Please reach out
17 // to go/dart-ama before changing them.
18#if defined(TARGET_ARCH_ARM64)
23#endif
24}
25
26} // namespace dart
#define COMPILE_ASSERT(expr)
Definition assert.h:339
const Register THR
const Register DISPATCH_TABLE_REG
const Register PP
const Register SPREG
#define TEST_CASE(name)
Definition unit_test.h:85