Skip to content

Commit a9fea92

Browse files
zeyapfacebook-github-bot
authored andcommitted
fix react-native-cxx-stable-api-snapshot-validation test
Summary: ## Changelog: [Internal] [Fixed] - fix react-native-cxx-stable-api-snapshot-validation test Reviewed By: jeffrey-beauchamp Differential Revision: D101646907
1 parent 1433e43 commit a9fea92

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13653,4 +13653,4 @@ struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
1365313653
}
1365413654

1365513655

13656-
void YGJNIVanilla::registerNatives(JNIEnv* env);
13656+
void YGJNIVanilla::registerNatives(JNIEnv* env);

scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13509,4 +13509,4 @@ struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
1350913509
}
1351013510

1351113511

13512-
void YGJNIVanilla::registerNatives(JNIEnv* env);
13512+
void YGJNIVanilla::registerNatives(JNIEnv* env);

scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16245,4 +16245,4 @@ class FB::LazyVector {
1624516245
public using reference = T;
1624616246
public using size_type = std::int32_t;
1624716247
public using value_type = T;
16248-
}
16248+
}

scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16111,4 +16111,4 @@ class FB::LazyVector {
1611116111
public using reference = T;
1611216112
public using size_type = std::int32_t;
1611316113
public using value_type = T;
16114-
}
16114+
}

scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10599,4 +10599,4 @@ struct std::hash<facebook::react::jsinspector_modern::ExecutionContextSelector>
1059910599
template <size_t key>
1060010600
struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
1060110601
public size_t operator()(const facebook::react::jsinspector_modern::UniqueMonostate<key>&) const noexcept;
10602-
}
10602+
}

scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10590,4 +10590,4 @@ struct std::hash<facebook::react::jsinspector_modern::ExecutionContextSelector>
1059010590
template <size_t key>
1059110591
struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
1059210592
public size_t operator()(const facebook::react::jsinspector_modern::UniqueMonostate<key>&) const noexcept;
10593-
}
10593+
}

0 commit comments

Comments
 (0)