Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Sep 15, 2023
1 parent 3c81311 commit f7a201d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/native_toolchain_c/test/cbuilder/cbuilder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import 'package:test/test.dart';
import '../helpers.dart';

void main() {
// TODO: Fix
test('Langauge.toString', () {
expect(Language.c.toString(), 'c');
expect(Language.cpp.toString(), 'c++');
Expand Down

0 comments on commit f7a201d

Please sign in to comment.