Skip to content

Commit

Permalink
exercises(rna-transcription): test: remove RnaError (#329)
Browse files Browse the repository at this point in the history
We removed the RnaError tests [1][2], but didn't remove this
now-unused line from the test file.

[1] 3305bd3, 2023-02-17, "exercises(rna-transcription): remove unused testFailure function"
[2] 794420a, 2023-03-16, "exercises(rna-transcription): remove untested RnaError"
  • Loading branch information
ee7 committed Oct 4, 2023
1 parent fbe4eb1 commit 0c4805d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const mem = std.mem;
const testing = std.testing;

const rna_transcription = @import("rna_transcription.zig");
const RnaError = rna_transcription.RnaError;

fn testTranscription(dna: []const u8, expected: []const u8) !void {
const rna = try rna_transcription.toRna(testing.allocator, dna);
Expand Down

0 comments on commit 0c4805d

Please sign in to comment.